@charset "utf-8";
.white,.white a:link, .white a:visited, .white a:hover {
    color: #fff;
}
.span-none {
    display: none;
}
.main {
    width: 100%;
}
/* header */
.span-header {
    background: url(../images/headbg.jpg) no-repeat;
    height: 195px;
}
.span-header .logo {
    margin-top: 33px;
}
.span-header .logo .ico-logo {
    margin-right: 20px;
}
.span-header .logo .tit0 {
    margin-bottom: 20px;
}
.span-header .sou {
    margin-top: 35px;
}
.span-header .sou .left img {
    margin: 0 28px 0 1px;
}
.span-header .sou .left img.ico-facebook {
    margin-bottom: 4px;
}
.span-header .sou .left img.ico-twitter {
    margin-bottom: 4px;
}
.span-header .sou .right .items {
    float: right;
    margin-right: 30px;
    height: auto;
    position: relative;
}
.span-header .sou .right .items h3.title {
    font-size: 16px;
    height: 47px;
    line-height: 38px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.span-header .sou .right .items h3.title::after {
    position: absolute;
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 14px;
    height: 7px;
    display: inline-block;
    margin-left: 7px;
    top: 16px;
}
.span-header .sou .right .items h3.title.arrow-none::after {
    display: none;
}
.span-header .sou .right .items.search {
    position: relative;
    margin-top: 2px;
    margin-left: 20px;
}
.span-header .sou .right .items.search input.inp1 {
    width: 170px;
    height: 29px;
    padding-right: 30px;
    line-height: 29px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    text-indent: 0.5em;
    color: #fff;
}
.span-header .sou .right .items.search input.inp2 {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}
.span-header .sou .right .items .itembox {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    z-index: 999;
}
.span-header .sou .right .items .itembox ul {
    height: auto;
}
.span-header .sou .right .items:hover .itembox.Archive {
    width: 250px;
    height: 176px;
}
.span-header .sou .right .items:hover .itembox.languages {
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    width: 100px;
    left: 15px;
}
.span-header .sou .right .items:hover .itembox.languages ul {
    width: 90%;
    margin: 0 auto;
}
.span-header .sou .right .items .itembox ul li {
    height: 39px;
    font-size: 16px;
    width: 100%;
    line-height: 39px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.span-header .sou .right .itembox.languages ul li:last-child {
    border-bottom: none;
}
/* nav */
.span-nav {
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}
.span-nav .left {
    width: 90%;
}
.span-nav .right {
    width: 9%;
}
.span-nav .left,
.span-nav .right {
    font-size: 18px;
    line-height: 70px;
}
.span-nav .left a {
    margin: 0 22px;
}
.span-nav .left a:first-child {
    margin-left: 0;
}
.span-nav .right .items{
    position: relative;
    top: 0;
}
.span-nav .right .items span.title {
    display: block;
    position: relative;
}
.span-nav .right .items span.title::after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/arrow1.png) no-repeat;
    top: 43%;
    right: 10%;
    width: 17px;
    height: 10px;
}
.span-nav .right .items:hover span.title,
.span-nav .right .items .itemsBox {
    border-left: 1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.span-nav .right .items .itemsBox {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    width: 100%;
    left: 0px;
    z-index: 998;
}
.span-nav .right .items .itemsBox ul {
    height: auto;
    box-sizing: border-box;
    width: 100%;
    margin:0 auto;
}
.span-nav .right .items .itemsBox ul li {
    height: 49px;
    width: 100%;
    padding: 0;
    line-height: 49px;
    text-align: center;
}
.span-nav .right .items .itemsBox ul li:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.span-nav .right .items:hover .itemsBox {
    height: auto;
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 0 1px;
}
/* gg */
.span-gg1,
.span-gg2 {
    margin-top: 20px;
}
.span-gg2 img {
	width: 100%;
}
.swiper-container-gg1 {
    margin-top: 20px;
    height: 150px;
}
.swiper-container-gg2 {
    margin-top: 20px;
    height: 100px;
}
.swiper-container-gg1 img,
.swiper-container-gg2 img {
	height: 100%;
}
/* keynews */
.span-keynews {
    font: 900 30px/38px "Georgia";
    padding: 25px 0;
    text-align: center;
}
/* p1 */
.span-p1 {
    padding-bottom: 40px;
}
.span-p1 .left {
    width: 685px;
    position: relative;
}
.span-p1 .right {
    width: 570px;
}
.swiper-container-p1 {
    height: 446px;
    width: 100%;
}
.swiper-container-p1 .swiper-slide {
    position: relative;
}
.swiper-container-p1 .swiper-slide p.text {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .38);
    left: 0;
    bottom: 0;
    height: 42px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
	padding: 10px 2%;
}
.swiper-container-p1 .swiper-slide img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pagination1 {
    position: absolute;
    right: 5px;
    text-align: right;
    bottom: 60px;
    width: 100%;
    z-index: 10;
}
.pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: rgb(246, 247, 251);
    margin: 0 3px;
    cursor: pointer;
}
.pagination1 .swiper-active-switch {
    background-color: rgb(197, 45, 45);
    width: 16px;
    height: 8px;
    border-radius: 3px;
}
.span-p1 .list li {
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    text-align: left;
}
.span-p1 .list li:first-child {
    padding-top: 0;
}
.span-p1 .list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
/* p2 */
.span-p2 {
    border-top: 1px solid #c0c0c0;
}
.span-p2 .left {
	margin-top: 40px;
    width: 710px;
}
.span-p2 .right {
	margin-top: 40px;
    width: 560px;
    margin-right: 8px;
    border-left: 1px solid #ececec;
    padding-left: 24px;
}
.span-p2 .pic li {
    float: left;
    margin: 0 16px 0 6px;
    font-size: 18px;
    line-height: 22px;
    width: 213px;
    text-align: left;
}
.span-p2 .pic li img {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.span-p2 .pic li img:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.span-p2 .pic li:last-child {
    margin-right: 0;
}
.span-p2 .more {
    height: 22px;
    line-height: 20px;
    border: 1px solid #dadada;
    border-radius: 10px;
    font-size: 16px;
    float: right;
    margin-top: 10px;
	padding: 0 10px;
}
.span-p2 .more a {
    color: #878787;
}
.span-p2 .list {
    margin-top: 0px;
}
.span-p2 .list li {
    text-align: left;
    font-size: 16px;
    padding: 13px 0 15px 0;
    border-bottom: 1px solid #ececec;
    padding-left: 18px;
    position: relative;
}
.span-p2 .list li:first-child {
    padding-top: 0;
}
.span-p2 .list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.span-p2 .list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #cc3232;
    left: 0;
    top: 21px;
}
.span-p2 .list li:first-child::before {
    top: 9px;
}
/* p3 */
.span-p3 {
    padding-top: 30px;
    border-top: 1px solid #c0c0c0;
    margin-top: 30px;
}
.span-p3 .left {
    width: 837px;
}
.span-p3 .right {
    width: 383px;
}
.span-p3 .content {
    border-bottom: 1px solid #ececec;
}
.span-p3 .content .c-left {
    width: 420px;
}
.span-p3 .content .c-right,
.span-p3 .content2 .c-right {
    width: 390px;
}
.span-p3 .content2 .c-left {
    width: 383px;
}
.span-p3 .list dt.title,
.span-p3 .list dd.text {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}
.span-p3 .list dt.title,
.span-p3 .list dt.title a {
    color: #000;
}
.span-p3 .list dt.title {
    padding-top: 15px;
    font-weight: 600;
}
.span-p3 .list dt.title:first-child {
    padding-top: 0;
}
.span-p3 .list dd.text {
    padding-top: 8px;
    padding-bottom: 15px;
}
.span-p3 .list dd.text img {
    float: right;
	margin-left: 5px;
}
.span-p3 .list dd.text:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.span-p3 .content2 {
    padding-top: 30px;
}
.span-p3 .pic {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    width: 384px;
	font-weight: bold;
}
.span-p3 .pic a {
	color: #000;
}
.span-p3 .pic img {
    display: block;
    border-radius: 4px;
    margin-bottom: 4px;
}
.span-p3 .list dd.text img {
    border-radius: 4px;
}
.span-p3 .right h3.title {
    font: 600 24px/30px "Georgia";
    text-align: left;
}
.span-p3 .right .content,
.span-d2Content .right .content {
    background-color: #f5f5f7;
    border-radius: 5px;
    margin-top: 15px;
}
.span-p3 .right .content .list,
.span-d2Content .right .content .list {
    width: 90%;
    margin: 20px auto;
    height: 530px;
    overflow: hidden;
    overflow-y: auto;
}
.span-p3 .right .content .list::-webkit-scrollbar,
.span-d2Content .right .content .list::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.span-p3 .right .content .list::-webkit-scrollbar-thumb,
.span-d2Content .right .content .list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #9f9f9f;
}
.span-p3 .right .content .list::-webkit-scrollbar-track,
.span-d2Content .right .content .list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e4e9e9;
}
.span-p3 .right .content .list li,
.span-d2Content .right .content .list li {
    text-align: left;
    clear: both;
    font-size: 16px;
    line-height: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}
.span-p3 .right .content .list li:last-child,
.span-d2Content .right .content .list li:last-child {
    border-bottom: none;
}
.span-p3 .right .content .list li span,
.span-d2Content .right .content .list li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0px 15px 0 0;
    color: #cc3232;
    font-size: 29px;
    float: left;
    font-family: "Times New Roman";
    font-weight: 800;
}
.span-p3 .right .content .list li a,
.span-d2Content .right .content .list li a {
    float: left;
    width: 88%;
}
/* p4 */
.span-p4 {
    padding-top: 30px;
    border-top: 1px solid #c0c0c0;
    margin-top: 30px;
}
.span-p4 .left,
.span-p4 .right {
    width: 385px;
}
.span-p4 .center {
    width: 450px;
    margin-left: 30px;
}
.span-p4 h3.title,
.span-p5 h3.title,
.span-p6 h3.title,
.span-d2Content h3.title {
    font: 600 24px/30px "Georgia";
    text-align: left;
}
.span-p4 h3.title a,
.span-p5 h3.title a,
.span-p6 h3.title a,
.span-d2Content h3.title a {
    position: relative;
    padding-right: 5px;
}
.span-p4 h3.title a::after,
.span-p5 h3.title a::after,
.span-p6 h3.title a::after,
.span-d2Content h3.title a::after {
    position: absolute;
    content: '';
    background: url(../images/more.png) no-repeat;
    width: 19px;
    height: 19px;
    top: 5px;
    margin-left: 5px;
}
.span-p4 .pic,
.span-p6 .pic,
.span-d2Content .pic {
    margin-top: 18px;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    line-height: 28px;
}
.span-p4 .pic span,
.span-d2Content .pic span {
    height: 208px;
    margin-bottom: 8px;
}
.span-p4 .pic img,
.span-p6 .pic img,
.span-d2Content .pic img {
    border-radius: 5px;
    display: block;
}
.span-p4 .list,
.span-p6 .list {
    margin-top: 10px;
}
.span-p4 .list li,
.span-p6 .list li {
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    text-align: left;
	padding: 10px 0;
}
.span-p4 .list li:last-child,
.span-p6 .list li:last-child {
    border-bottom: none;
}
.span-p4 .center .itemsbox,
.span-p4 .center h3.title {
    width: 450px;
    padding-left: 32px;
    padding-right: 32px;
}
.span-p4 .center .itemsbox,
.span-p6 .center .itemsbox {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
/* p5 */
.span-p5 {
    padding-top: 30px;
    border-top: 1px solid #c0c0c0;
    margin-top: 30px;
}
.span-p5 .pic {
    margin-top: 15px;
}
.span-p5 .pic li {
    float: left;
    width: 244px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}
.span-p5 .pic li:not(:first-child) {
    margin-left: 14px;
}
.span-p5 .pic li span.text {
    display: block;
    margin-bottom: 8px;
}
.span-p5 .pic li span.text img {
    border-radius: 5px;
}
.span-p5 .pic li i.vbg {
    position: absolute;
    background: url(../images/vbg.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 115px;
    left: 10px;
}
/* p6 */
.span-p6 {
    padding-top: 30px;
    border-top: 1px solid #c0c0c0;
    margin-top: 30px;
}
.span-p6 .left {
    width: 468px;
}
.span-p6 .center {
    width: 500px;
    margin-left: 16px;
}
.span-p6 .right {
    width: 280px;
}
.span-p6 .pic span {
    height: 263px;
    margin-bottom: 8px;
}
.span-p6 .center .itemsbox,
.span-p6 .center h3.title {
    width: 500px;
    padding-left: 15px;
    padding-right: 16px;
}
.span-p6 .right .pic span {
    height: 165px;
    margin-bottom: 8px;
}
/* footer */
.footer {
    background: #f5f5f7;
    padding-bottom: 30px;
    margin-top: 30px;
}
.footer .link {
	margin-top: 30px;
}
.footer .link,
.footer .copyright {
    width: 1000px;
    margin: 0 auto;
}
.footer .link span.title {
    font-weight: 500;
    font-weight: bold;
    width: 100px;
    font-size: 20px;
    float: left;
}
.footer .link div.text {
    float: left;
    width: 90%;
    font-size: 16px;
    line-height: 180%;
}
.footer .link div.text a {
    margin-right: 12px;
}
.copyright {
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
}
/* animtion */
.scale-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.scale-img img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.scale-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*****************************************/
/* d2 */
.span-lujing {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    text-align: left;
}
.span-lujing a {
    margin: 0 8px;
}
.span-d2Content .left {
    width: 860px;
}
.span-d2Content .right {
    width: 380px;
}
.span-d2Content .left h1.title {
    display: none;
}
.span-d2Content .left .list li {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
    line-height: 1.6;
    clear: both;
    overflow: hidden;
}
.span-d2Content .left .list li b.title {
    display: block;
    margin-bottom: 8px;
	font-size: 22px;
	line-height: 1.4;
}
.span-d2Content .left .list li img {
    margin-right: 12px;
    float: left;
}
.span-d2Content .left .list li .time {
    color: #9b9b9b;
}
.pages {
    text-align: center;
    padding: 40px 0 20px 0;
    overflow: hidden;
}
.pages a {
    box-shadow: inset 1px 0 #dddad2, inset -1px 0 #dddad2, inset 0 1px #dddad2, inset 0 -1px #dddad2;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
}
.pages a.common_current_page {
    background: #cc3333;
    color: #fff;
}
.span-d2Content h3.title {
    margin-top: 40px;
}
.span-d2Content .pic {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: normal;
}
.span-d2Content .right h3.title:first-child {
	margin-top: 20px;
}
/* text */
.span-textCon {
    margin-top: 20px;
	width: 1000px;
}
.span-textCon h1.title {
    display: block;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    border-bottom: none;
    text-align: left;
}
.span-textCon .origin {
    font-size: 14px;
    text-align: left;
    margin-top: 12px;
}
.span-textCon .pic {
    font-size: 16px;
    color: #999;
    margin: 10px auto;
}
.span-textCon .pic table {
	margin: 0 auto;
}
.span-textCon .pic table td.picdesc {
	text-align: center;
	color: #666;
	font-size: 16px;
	font-style: italic !important;
	padding-top: 10px;
}
.span-textCon p {
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.span-textCon p.desc {
	padding: 0px 0 0 0;
	margin-top: -15px;
	color: #666;
    font-size: 16px;
    font-style: italic !important;
}
.span-textCon p.desc em {
	color: #666;
	font-size: 16px;
	font-style: italic !important;
	display: block;
    margin-top: -20px;
}
.span-textCon p img,
.span-textCon table td img {
	max-width: 900px;
    height: auto;
}
.span-textCon a.abl2 {
	font-size: 18px;
	text-decoration: none;
}
.span-textCon a.common_current_page {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #cc3333;
}
.span-textCon .editor {
    text-align: right;
    font-size: 14px;
}
.span-textCon h3.title {
    margin-top: 20px;
    position: relative;
}
.span-textCon .list1 {
    padding-bottom: 20px;
}
.span-textCon .list1 li {
    float: left;
    margin-right: 10px;
    width: 203px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 20px;
    position: relative;
    text-align: left;
}
.span-textCon .list2 {
    margin-top: 20px;
	margin-bottom: 30px;
}
.span-textCon .list2 li {
    font-size: 16px;
    line-height: 180%;
    text-align: left;
}
/* sou */
.span-search h3.title {
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}
.span-search ul.list {
    width: 95%;
    margin: 0 auto;
}
.span-search ul.list li.items {
    padding: 24px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    text-align: left;
}
.span-search ul.list li.items img {
    float: left;
    margin-right: 30px
}
.span-search ul.list li.items b.title {
    font-size: 20px;
    line-height: 24px;
    display: block;
}
.span-search ul.list li.items span.time {
    font-size: 16px;
    padding: 10px 0;
    display: block;
}
.span-search ul.list li.items p.text {
    font-size: 16px;
    line-height: 160%;
}
/* d2pic */
.span-d2Pic {
    margin-top: 20px;
    height: auto;
}
.span-d2Pic #tiles {
    list-style-type: none;
    position: relative;
    margin: 0;
}
.span-d2Pic #tiles li {
    width: 384px;
    background: #fff;
    display: none;
    cursor: pointer;
    margin: 0 4px;
    float: left;
    border: 1px solid #bebebe;
    padding: 4px;
	font-size: 16px;
	text-align: left;
}
.span-d2Pic #tiles li img {
    display: block;
    margin-bottom: 8px;
}
.span-d2Pic #tiles li p.tc {
    width: 90%;
    margin: 0 auto;
    font-size:16px;
    text-align: left;
}
/* video pic */
.span-d2videopic ul {
    overflow: hidden;
}
.span-d2videopic .pic {
    margin-top: 20px;
}
.span-d2videopic .pic li {
    float: left;
    width: 384px;
    margin-top: 14px;
    margin-left: 48px;
    position: relative;
    height: 280px;
    font-size: 18px;
}
.span-d2videopic .pic li img {
    display: block;
    margin-bottom: 8px;
}
.span-d2videopic .pic li:nth-child(3n+1) {
    margin-left: 15px;
}
.span-d2videopic .pic li i.vbg {
    position: absolute;
    background: url(../images/vbg.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 55%;
    left: 4%;
}
.span_videoTxt p img {
	display: none;
}
/* turn-page */
.p_num {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
.p_num span a {
	border: #dddad2 1px solid;
	background: #cc3333;
	padding: 10px 15px;
	margin: 0 5px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
.p_num a.common_current_page {
	color: #cc3333;
}